I can see markup characters in vim `:help`
Posted
by
Relax
on Super User
See other posts from Super User
or by Relax
Published on 2011-11-24T00:20:22Z
Indexed on
2011/11/24
1:57 UTC
Read the original article
Hit count: 207
vim
I just created a .txt file inside .vim/doc
for documenting one little function of my .vimrc
, ran :helptags ~/.vim/doc
and apparently the whole vim help system went wild. Now, if I open for example :help help
, I see things like:
This also works together with other characters, for
example to find help for CTRL-V in Insert mode: >
:help i^V
<
(notice the < and > characters). I can also see the ~
at the end of headlines and the modeline at the end of the help page (thinks like vim:tw=78:ts=8:ft=help:norl:
).
I have no idea about what happens or how to fix it. Any clue?
Thanks in advance!
© Super User or respective owner